home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / disk / kutil13.zip / ENKRYPT.TXT < prev    next >
Text File  |  1995-12-06  |  4KB  |  92 lines

  1.                               K-TOOLS UTILITIES
  2.  
  3.  
  4.               Copyright (c) 1994-95 by Rob McDonell, ARK ANGLES
  5.                              All Rights Reserved
  6.  
  7.  
  8.                          ENKRYPT - Encrypt File 1.3
  9.  
  10.  
  11. This utility encrypts one or more files with a user supplied password,
  12. creating a new file or replacing the original file in the process.
  13.  
  14. Files encrypted in this way must be decrypted using the corresponding DEKRYPT
  15. program from K-Tools Utilities.
  16.  
  17.  
  18. USAGE:
  19.  
  20.   ENKRYPT [sourcedir]sourcefiles [[targetdir][targetfiles]]
  21.  
  22. where:  sourcedir    is the location of the existing files, or the current
  23.                      directory if blank
  24.  
  25.         sourcefiles  is the file to be encrypted, wildcards are accepted to
  26.                      specify multiple files
  27.  
  28.         targetdir    is the destination location for the encrypted files, or
  29.                      the same directory if blank
  30.  
  31.         targetfiles  is the new file name or names for the encrypted files,
  32.                      wildcards are allowed for partial renaming of multiple
  33.                      files, or blank if the names are to remain the same
  34.  
  35. Note that if no target directory or file name is specified then the original
  36. files will be replaced by the encrypted versions.
  37.  
  38.  
  39. EXAMPLES:
  40.  
  41.   ENKRYPT MYFILE.TXT *.TXX       will read MYFILE.TXT from the current
  42.                                  directory and write an encrypted copy to
  43.                                  MYFILE.TXX in the same directory
  44.  
  45.   ENKRYPT *.TXT *.TXX            will read all .TXT files from the current
  46.                                  directory and write encrypted copies to
  47.                                  *.TXX in the same directory
  48.  
  49.   ENKRYPT \DIR1\*.* \DIR2        will read all files from the \DIR1
  50.                                  directory and write encrypted copies
  51.                                  with the same name to the \DIR2 directory
  52.  
  53.   ENKRYPT MYFILE.DOC             will encrypt MYFILE.DOC in the current
  54.                                  directory in place
  55.  
  56.   ENKRYPT *.*                    will encrypt all files in the current
  57.                                  directory in place
  58.  
  59. When run, ENKRYPT will prompt you for a password, and then prompt again for
  60. the password to be entered a second time to ensure there has been no typing
  61. error.  If the first entered password is blank, or the second password does
  62. not match the first password, then the encryption will be aborted.
  63.  
  64. Note that the password is case sensitive, so the password "aaa" is not the
  65. same as "AAA".  Passwords may be up to 255 characters in length.
  66.  
  67. DO NOT FORGET THE PASSWORD.  AN ENCRYPTED FILE CANNOT BE DECRYPTED WITHOUT IT.
  68.  
  69. Files may be encrypted more than once with different passwords for even
  70. greater protection.  Note that these files must then be decrypted using each
  71. password in the opposite sequence as when they were encrypted.
  72.  
  73. Run ENKRYPT with no parameters or "?" or "/?" to display simple help and
  74. registration information.
  75.  
  76.  
  77. REGISTRATION:
  78.  
  79. This program is part of the K-TOOLS UTILITIES shareware package.  To keep
  80. using it after the 60 day trial period you must register, which costs only
  81. A$15 per utility or A$29, US$24, £15, Dm40, ¥2400 for the whole collection.
  82.  
  83. Author:     Rob McDonell
  84.             ARK ANGLES
  85.             P O Box 190 (61 Oaklands Rd)
  86.             Hazelbrook  NSW  2779
  87.             AUSTRALIA
  88. Phone:      Intl+61-47-588100
  89. Fax:        Intl+61-47-588638
  90. Compuserve: 100237,141
  91. Internet:   100237.141@compuserve.com
  92.